翻訳と辞書
Words near each other
・ Multi-level governance
・ Multi-level marketing
・ Multi-level technique
・ Multi-licensing
・ Multi-Line Extension telephone
・ Multi-link suspension
・ Multi-link trunking
・ Multi-load games
・ Multi-Love
・ Multi-male group
・ Multi-Man
・ Multi-Man Publishing
・ Multi-manager investment
・ Multi-Marques
・ Multi-master bus
Multi-master replication
・ Multi-member constituencies in the Parliament of the United Kingdom
・ Multi-Mission Effects Vehicle
・ Multi-Mission Radioisotope Thermoelectric Generator
・ Multi-Mission Space Exploration Vehicle
・ Multi-modal International Cargo Hub and Airport at Nagpur
・ Multi-Modal Transport System (Hyderabad)
・ Multi-mode optical fiber
・ Multi-mode wireless terminal
・ Multi-model database
・ Multi-monitor
・ Multi-National Corps – Iraq
・ Multi-National Division
・ Multi-National Division (South-East) (Iraq)
・ Multi-National Division (South-West) (Bosnia)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Multi-master replication : ウィキペディア英語版
Multi-master replication

Multi-master replication is a method of database replication which allows data to be stored by a group of computers, and updated by any member of the group. All members are responsive to client data queries. The multi-master replication system is responsible for propagating the data modifications made by each member to the rest of the group, and resolving any conflicts that might arise between concurrent changes made by different members.
Multi-master replication can be contrasted with master-slave replication, in which a single member of the group is designated as the "master" for a given piece of data and is the only node allowed to modify that data item. Other members wishing to modify the data item must first contact the master node. Allowing only a single master makes it easier to achieve consistency among the members of the group, but is less flexible than multi-master replication.
Multi-master replication can also be contrasted with failover clustering where passive slave servers are replicating the master data in order to prepare for takeover in the event that the master stops functioning. The master is the only server active for client interaction.
The primary purposes of multi-master replication are increased availability and faster server response time.〔(Postgres-XC ) under ''What Is Postgres-XC?'':〕
==Advantages==

* If one master fails, other masters continue to update the database.
* Masters can be located in several physical sites, i.e. distributed across the network.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Multi-master replication」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.